home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / QuickTime / QuickTime VR / Make QTVR Panorama / ToDoHistory.h < prev    next >
Encoding:
Text File  |  2000-09-28  |  3.3 KB  |  110 lines  |  [TEXT/CWIE]

  1. Recent History:
  2. ===============
  3.  
  4. 5 Mar 96    Added QuickTime progress proc to the call to FCompressImage() that calls
  5.             the app's progress function to give the user finer control over the 
  6.             UI during processing.
  7.             
  8.             Now deactivating the menu bar during processing.
  9.  
  10. 5 Mar 96    Added alert warning if the PICT does not appear to be oriented correctly.
  11.  
  12.             Added splash screen and new About Box art.
  13.             
  14.             Created FAT version.
  15.             
  16.             Created new projects for the FAT version, the 68K code for the FAT version,
  17.             the 68K sample code and the PPC sample code.
  18.             
  19.             Create authoring header and used the file format document for structs.
  20.  
  21. 4 Mar 96    Pan and zoom fields now allow decimals but not negative signs.
  22.  
  23.             Using an improved message for error -620 (not enough physical memory).
  24.  
  25. 3 Mar 96    Improved image size warning alert to include current size.
  26.             
  27.             Now does not close a PICT window if an error occurs.
  28.             
  29.             Fixed problem where LDialogBox and CP2VRWindow were both adding the window
  30.             as a listener.
  31.  
  32. 2 Mar 96    Now using the notification manager to tease the user into switching in
  33.             before showing error alerts (if necessary).
  34.  
  35. 1 Mar 96    Improved compression description text.
  36.             
  37.             Image size warning dialog.
  38.  
  39. 29 Feb 96    Fixed problem with path names when the Set button is used. An extra colon
  40.             was being added.
  41.             
  42.             Created a better key filter for the tilt field in the movie and the preferences
  43.             windows.
  44.             
  45. 29 Feb 96    Some more path name string clean-up.
  46.             
  47.             Now quits when in drop mode and odoc events pass a list of files to the app
  48.             once processing is finished.
  49.             
  50.             Added nicer error descriptions for some common errors.
  51.             
  52.             Added default pan, tilt and zoom to the preferences and the pict to movie
  53.             window.
  54.  
  55. 28 Feb 96    Fixed file name length problems.
  56.  
  57.             Switched to different path name code from "More Files."
  58.  
  59. 27 Feb 96    Finished implementing drop mode.
  60.  
  61.             Force cursor to the arrow before displaying an error alert.
  62.  
  63. 27 Feb 96    Added preferences dialog with default settings and a check box for
  64.             existing file replacement. Also added tile and movie file suffix
  65.             editing.
  66.             
  67.             Changed about box pict to include both people.
  68.             
  69.             Moved movie creation start up code from the window to the application in prep
  70.             for doing drop mode.
  71.             
  72.             Fixed drop mode menu item. (Still need to do drop mode!)
  73.             
  74.             Change nature of progress event handling to allow up to three events
  75.             to be processed at one call of the progress proc. Also knocked down
  76.             the sleep time to zero.
  77.             
  78.             Implemented preferences and preferences i/o.
  79.             
  80.             Movie creation code now can come up with unique file names to avoid
  81.             replacing existing files.
  82.             
  83.             Implemented the Make Default button.
  84.  
  85. 4 Feb 96    Added text to the right of the compression settings button to display
  86.             the current compression settings.
  87.             
  88.             Removed the create all button. Added a Make Default button. Need to implement
  89.             its functionality.
  90.  
  91. 3 Feb 96    Implemented compression settings UI. Window now named to the name of the
  92.             source PICT file.
  93.             
  94.             Created 68K project.
  95.             
  96.             Tested using several large PICTS.
  97.  
  98. 29 Jan 96    Created this application. Created self contained code as much as possible
  99.             to make it more practical to release the source code of this app should we
  100.             decide to do so.
  101.  
  102.  
  103. To Do:
  104. ======
  105.  
  106. -    Implement warnings if height is not mod 96 == 0 with recommended sizes.
  107.  
  108. -    Testing.
  109.  
  110. -    Read me.